#inputName{
    z-index: 6;
    position: relative; 
}
  ul {
   /* list-style-type: none;*/
    padding: 0;
    margin:0;
  }
  .code-container {
    width: 680px;
    margin: 0px auto;
    position: relative;
    /* HAVE SCALED TO FIT THE WINDOW */
    /* transform: scale(0.6); */
  }
  
  .code-container > .screen {
    width: 600px;
    height: 370px;
    position: relative;  
    background: #259ab5;
    border: 20px solid #474e5d;
    border-radius: 10px;
  }
  
  .monitor > div {
    position: absolute;
  }
  
  .monitor:before,
  .monitor:after,
  .laptop:before{
     content: "";
     position: absolute;
     left: 50%;
   }
  
  .monitor:before,
  .laptop:before {
    top: -10px;
    margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #a5adbd;
  }
  
  .screen:after {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    bottom: -10px;
    margin: 0 0 -4px -4px;
    background: #e8ebf0;
  }
  
  .code-content {
    /* width: 420px;
    height: 240px;
    left: 50%;
    margin-left: -210px; */

    width: 100%;
    height: 100%;

    overflow: hidden;
  }
  
  .code-content:before {
    content: "";
    position: absolute;
    right: -90px;
    width: 200px;
    height: 300px;
    transform: rotate(45deg);
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
    z-index: 5;
  }
  
  .pg {
    width: 240px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -120px;
    background: #ffffff;
    border: 1px solid #f4f5f7;
    border-top: 20px solid #f4f5f7;
    border-radius: 5px;
    box-shadow: 0 5px 0 #e0625e;
  }
  
  .btns {
    position: absolute;
    top: -20px;
    left: 7px;
  }
  
  .btns:before {
    content: "";
    position: absolute;
    left: 35px;
    top: 5px;
    height: 10px;
    width: 185px;
    background: #fff;
    border-radius: 3px;
  }
  
  .btns > li {
    display: inline-block; 
    list-style: none;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fc5254;
    margin-right: 4px;
  }
  
  .btns li:nth-child(2) {
     background: #fcae52; 
  }
  
  .btns li:nth-child(3) {
     background: #66b34e; 
  }
  
  .txt {
     margin: 10px auto; 
    width: 220px;
  }
  
  .txt > li {
    background: #f3f5f7;
    width: 100%;
    height: 15px;
    margin-bottom: 9px;
  }
  
  .txt > li:nth-child(2) {
    height: 60px;
  }
  
  .txt > .thin {
    height: 43px;
    width: 30%;
    margin-right: 6px;
    display: inline-block;  
  }
  
  .txt > li:nth-child(5) {
    margin-right: 0;
  }
  
  .base {
    width: 90px;
    height: 50px;
    bottom: -70px;
    left: 50%;
    margin-left: -45px;
    background: #e8ebf0;
  }
  
  .base:before,
  .base:after,
  .grey-shadow:before,
  .grey-shadow:after{
    content: "";
    position: absolute;
    top: 0;
  }
  
  .base:before {
    border-left: 13px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #e8ebf0;
    left: -13px;
  }
  
  .base:after {
    border-right: 13px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 50px solid #e8ebf0;
    right: -13px;
  }
  
  .base > div {
     position: absolute; 
  }
  
  .grey-shadow {
    width: 90px;
    height: 12px;
    background: #d8dbe1;
    top: 0;
  }
  
  .grey-shadow:before {
    border-left: 3px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 12px solid #d8dbe1;
    left: -3px;
    z-index: 2
  }
  
  .grey-shadow:after {
    border-right: 3px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 12px solid #d8dbe1;
    right: -3px;
    z-index: 2
  }
  
  .foot {
    background: #e8ebf0;
    z-index: 1;
  }
  
  .foot.top {
    width: 116px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    margin-left: -58px;
  }
  
  .foot.top:before,
  .foot.top:after,
  .foot.bottom:before {
    content: "";
    position: absolute;
    top: 0px;
  }
  
  .foot.top:before {
    border-left: 16px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5px solid #e8ebf0;
    left: -16px;
  }
  
  .foot.top:after {
    border-right: 16px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 5px solid #e8ebf0;
    right: -16px;
  }
  
  
  .foot.bottom {
    width: 150px;
    height: 5px;
    bottom: -10px;
    left: 50%;
    margin-left: -75px;
    z-index: 999;
  }
  
  .laptop {
    width: 235px;
    height: 155px;
    background: #fc9252;
    border: 12px solid #e8ebf0;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 200px;
    right: 30px;
  }
  
  .laptop:before {
   top: -6px;
  }
  
  .laptop > div {
    position: absolute; 
  }
  
  .laptop > .code-content {
    width: 211px;
    height: 131px;
    left: 0;
    margin-left: 0;
  }
  
  .txt-laptop {
     width: 189px; 
  }
  
  .txt-laptop > li {
    background: #fda566;
  }
  
  .txt-laptop > li:nth-child(2) {
    height: 41px;
  }
  
  .txt-laptop > .thin {
    height: 36px;
    margin-right: 5px;
  }
  
  .btm {
    width: 296px;
    height: 7px;
    bottom: -19px;
    left: 50%;
    margin-left: -148px;
    border-radius: 0 0 20px 20px;
    background: #f4f5f7;
    z-index: 1;
  }
  
  .btm:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    left: 50%; 
    top: 0;
    margin-left: -21px;
    border-radius: 0 0 5px 5px;
    background: #d8dbe1;
  }
  
  .keyboard {
    width: 216px;
    height: 35px;
    bottom: -70px;
    left: 50%;
    margin-left: -108px;
    background: #e8ebf0;
    box-shadow: 0 4px 0 #d8dbe1;
    z-index: 2;
  }
  
  .keyboard:before,
  .keyboard:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
  }
  
  .keyboard > div {
     position: absolute; 
  }
  
  .keyboard .btm {
    background: #d8dbe1;
    width: 244px;
    height: 4px;
    border-radius: 0;
    bottom: -4px;
    left: 50%;
    margin-left: -122px;
  }
  
  
  .keyboard:before {
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 35px solid #e8ebf0;
    left: -14px;
  }
  
  .keyboard:after {
    border-right: 14px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 35px solid #e8ebf0; 
    right: -14px;
  }
  
  .keys {
    width: 220px;
    margin: 4px auto;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -110px;
  }
  
  .keys li {
    position: relative;
    left: 50%;
    background: #f4f5f7;
    height: 4px;
    margin: 0 0 3px -110px;
    z-index: 4;
  }
  
  .keys li:nth-child(1) {
    width: 208px;
    margin-left: -104px;
  }
  
  .keys li:nth-child(2) {
    width: 212px;
    margin-left: -106px;
  }
  
  .keys li:nth-child(2) {
    width: 212px;
    margin-left: -106px;
  }
  
  .keys li:nth-child(3) {
    width: 216px;
    margin-left: -108px;
  }
  
  .keys li:nth-child(4) {
    width: 220px;
    margin-left: -110px;
  }
  
  .keys li:before,
  .keys li:after {
    content: "";
    position: absolute;
  }
  
  .keys li:before {
    border-left: 3px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 4px solid #f4f5f7;
    left: -3px;
  }
  
  .keys li:after {
    border-right: 3px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 4px solid #f4f5f7;
    right: -3px;
  }
  
  .phone {
    width: 70px;
    height: 140px;
    position: absolute;
    bottom: -90px;
    left: -30px;
    border-radius: 5px;
    background: #000;
    border: 25px solid #2f343e;
    border-left: 5px solid #2f343e;
    border-right: 5px solid #2f343e;
  }
  
  .phone:before,
  .phone:after {
    content: "";
    position: absolute;
    left: 50%;
    background: #474e5d;
  }
  
  .phone:before {
    background: #474e5d;
    width: 20px;
    height: 4px;
    margin-left: -10px;
    top: -12px;
    border-radius: 2px;
  }
  
  .phone:after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    bottom: -18px;
    margin-left: -5px;
  }
  
  .phone .screen {
    width: 60px;
    height: 90px;
    position: relative;
    overflow: hidden;
  }
  
  .phone .code-content {
    background: #fff;
    width: 60px;
    left: 0%;
    margin-left: 0px;
  }
  
  .phone .txt {
    width: 85%;
  }
  
  .phone .txt > li {
    height: 20px;
  }
    
  .shadow {
    position: absolute;
    width: 350px;
    height: 15px;
    left: 50%;
    margin-left: -175px;
    z-index: -1;
    bottom: -20px;
    background: radial-gradient(ellipse at center, rgba(52,172,108,1) 0%,rgba(52,172,108,1) 53%,rgba(46,204,113,1) 55%,rgba(46,204,113,0) 55%,rgba(46,204,113,0) 100%);
  }
  
  .laptop .shadow {
    width: 450px;
    margin-left: -225px; 
    bottom: -26px;
  }
  
  .keyboard .shadow {
    bottom: -10px;
    height: 10px;
  }
  
  .phone .shadow {
    bottom: -30px;
    margin-left: -50px;
    height: 10px;
    width: 100px
  }



  


  #second-step,#trymeagainmainbutton{
      display:none;
  }

  .text-editor-wrap {
    display: block;
    margin: auto;
    max-width: 530px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
    clear: both;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.tagline {
    display: block;
    padding: 20px 0 0;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-shadow: #000 0px 1px 3px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.title-bar {
    padding: 5px 0;
    font-family: "Lucida Grande", sans-serif;
    font-size: 0.75em;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
    background-color: rgb(248, 248, 248);
    background-image: -webkit-linear-gradient(top, rgb(232, 232, 232), rgb(188, 187, 188));
    background-image: -moz-linear-gradient(top, #e8e8e8, #bcbbbc);
    background-image: linear-gradient(top, #e8e8e8, #bcbbbc);
    box-shadow: inset rgba(255, 255, 255, 0.7) 0px 1px 1px;
    border-bottom: rgb(106, 106, 106) 1px solid;
}

.text-body {
    height: 250px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
    color: rgb(240, 240, 240);
    text-shadow: #000 0px 1px 0px;
    font-family: "Consolas", "Courier New", "Courier";
    font-size: 1.75em;
    line-height: 1.40em;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.focused {
    -webkit-box-shadow: 0px 0px 8px rgba(206, 7, 7, 0.75);
    -moz-box-shadow: 0px 0px 8px rgba(206, 7, 7, 0.75);
    box-shadow: 0px 0px 8px rgba(206, 7, 7, 0.75);

    border: 1px solid rgb(198, 206, 208);
    border-radius: 3px;
    padding: 7px;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

#mainbuttons {
    bottom: -78px;
    margin-left: -8px;
    width: 185px;
}